home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / content / tabmixplus / pref / pref-appearance.css < prev    next >
Cascading Style Sheet File  |  2009-09-19  |  573b  |  27 lines

  1. #stylespanels > tabpanel {
  2.   -moz-binding: url(chrome://tabmixplus/content/pref/pref-appearance.xml#tabstylepanel);
  3. }
  4.  
  5. .tabStyles_underline span {
  6.    text-decoration: underline;
  7. }
  8.  
  9. #stylestabs > tab {
  10.   padding-left: 4px !important;
  11.   padding-right: 4px !important;
  12. }
  13.  
  14. /* Chromifox theme force button height to 25px */
  15. #AppearanceTabBox[chromifox=true] .spinbuttons-button {
  16.   max-height: 11px !important;
  17. }
  18.  
  19. checkbox[anonid="useThis"][disabled] .checkbox-check {
  20.   visibility: hidden;
  21. }
  22.  
  23. checkbox[anonid="useThis"][disabled] {
  24.   color: black;
  25. }
  26.  
  27.